#popLayer {
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-opacity: 0.5;
    opacity: .5;
    filter: alpha(opacity=50);
    height: 100%;
}
#popBox {
    z-index: 2;
    position: fixed;
    text-align: center;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 4px;
    box-shadow: 0 6px 16px 0 rgba(0,0,0,0.15);
}

#popBox.update {
    width: 400px;
    background: none;
    border: none;
}

#popBox.update .con {
    border: 2px solid #3377FF;
    border-radius: 10px;
    border-top: 0;
    background: #F5F5FF;
    width: 402px;
    margin-top: -14px;
    box-sizing: border-box;
    margin-left: -1px;
}

.update img {
    width: 406px;
    margin-left: -3px;
    margin-top: -6px;
}

.update p {
    padding: 36px 0 35px 0;
    color: #262626;
    font-size: 20px;
}

.update .btn-all {
    margin-bottom: 40px;
}

.update .btn-cancle {
    font-size: 16px;
    width: 128px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #086AF1;
    color: #086AF1;
    display: inline-block;
    margin-right: 16px;
    line-height: 48px;
    font-weight: 600;
}

.update .btn-sure {
    font-size: 16px;
    width: 128px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #086AF1;
    background: #086AF1;
    color: #fff;
    display: inline-block;
    line-height: 48px;
    font-weight: 600;
}

.update a:hover {
    text-decoration: none;
}
